home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 8 / Revista CD Expert nº 08 CD1.iso / Utilitarios / Office / Where Is It / SETUP.EXE / %MAINDIR% / DescAPI / DescAPI.txt < prev   
Encoding:
Text File  |  1999-04-11  |  1.2 KB  |  31 lines

  1. WhereIsIt? version 2.00
  2. Copyright (c) 1997,1998 Robert Galle
  3. All Rights Reserved
  4.  
  5.  
  6. Description API
  7. ===============
  8.  
  9. This is a pre-release version of Description API interface, used in WhereIsIt
  10. to support third-party description importing plugins. Please note that this is
  11. not yet a final release, and some changes may be applied in future releases.
  12. You can find detailed information on DAPI in the enclosed help file.
  13.  
  14. A word of causion to C/C++ programmers using these files:
  15. ---------------------------------------------------------
  16. Since I am using Delphi to develop WhereIsIt and my C/C++ knowledge is a bit
  17. rusty by now, the enclosed C/C++ include files as well as references in the
  18. help file may not be exact - I have just translated pascal syntax to C/C++.
  19. If you find any errors in there, please let me know.
  20.  
  21. Files:
  22. ------
  23. DescAPI.hlp    The main Description API help file with Programmer's Reference
  24. DescAPI.cnt    Help context file for DescAPI.hlp
  25. DescAPI.inc    Delphi (pascal) include file with Description API definitions
  26. DescAPI.h      C/C++ include file with Description API definitions. Function
  27.                definitions can be found in the help file.
  28. DescAPI.txt    This file
  29.  
  30. Robert Galle
  31. November 1998